home *** CD-ROM | disk | FTP | other *** search
- object ImportForm: TImportForm
- Left = 192
- Top = 128
- BorderStyle = bsDialog
- Caption = 'Digital Data Import'
- ClientHeight = 201
- ClientWidth = 429
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 188
- Top = 169
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 268
- Top = 169
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Button3: TButton
- Left = 348
- Top = 169
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 2
- OnClick = Button3Click
- end
- object GroupBox1: TGroupBox
- Left = 184
- Top = 8
- Width = 241
- Height = 81
- Caption = 'Sample Size'
- TabOrder = 3
- object Label2: TLabel
- Left = 64
- Top = 32
- Width = 111
- Height = 13
- Caption = 'Start from X offset in file'
- end
- object Label3: TLabel
- Left = 64
- Top = 56
- Width = 111
- Height = 13
- Caption = 'Start from Y offset in file'
- end
- object XOffsetSpin: TSpinEdit
- Left = 8
- Top = 24
- Width = 49
- Height = 22
- MaxValue = 99999
- MinValue = 0
- TabOrder = 0
- Value = 0
- end
- object YOffsetSpin: TSpinEdit
- Left = 8
- Top = 48
- Width = 49
- Height = 22
- MaxValue = 99999
- MinValue = 0
- TabOrder = 1
- Value = 0
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 8
- Width = 169
- Height = 185
- Caption = 'Options'
- TabOrder = 4
- object OriginXLabel: TLabel
- Left = 64
- Top = 64
- Width = 91
- Height = 13
- Caption = 'Origin X Coordinate'
- end
- object OriginYLabel: TLabel
- Left = 64
- Top = 88
- Width = 91
- Height = 13
- Caption = 'Origin Y Coordinate'
- end
- object DefaultHeightLabel: TLabel
- Left = 64
- Top = 160
- Width = 66
- Height = 13
- Caption = 'Default height'
- end
- object AutoSizeRadio: TRadioButton
- Left = 8
- Top = 16
- Width = 145
- Height = 17
- Caption = 'Create auto-sized map'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = AutoSizeRadioClick
- end
- object LoadRadio: TRadioButton
- Left = 8
- Top = 32
- Width = 145
- Height = 17
- Caption = 'Load into current map'
- TabOrder = 1
- OnClick = LoadRadioClick
- end
- object XOriginSpin: TSpinEdit
- Left = 8
- Top = 56
- Width = 49
- Height = 22
- MaxValue = 99999
- MinValue = 0
- TabOrder = 2
- Value = 0
- end
- object YOriginSpin: TSpinEdit
- Left = 8
- Top = 80
- Width = 49
- Height = 22
- MaxValue = 99999
- MinValue = 0
- TabOrder = 3
- Value = 0
- end
- object DefaultSpin: TSpinEdit
- Left = 8
- Top = 152
- Width = 49
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 4
- Value = 0
- end
- object OverwriteCheck: TCheckBox
- Left = 8
- Top = 112
- Width = 153
- Height = 17
- Caption = 'Overwrite existing data'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object NullCheck: TCheckBox
- Left = 8
- Top = 136
- Width = 145
- Height = 17
- Caption = 'Use Null as default height'
- Checked = True
- State = cbChecked
- TabOrder = 6
- OnClick = NullCheckClick
- end
- end
- object GroupBox3: TGroupBox
- Left = 184
- Top = 96
- Width = 241
- Height = 57
- Caption = 'Sampling Frequency'
- TabOrder = 5
- object Label1: TLabel
- Left = 8
- Top = 32
- Width = 76
- Height = 13
- Caption = 'Sample at every'
- end
- object points: TLabel
- Left = 144
- Top = 32
- Width = 28
- Height = 13
- Caption = 'points'
- end
- object SampleSpin: TSpinEdit
- Left = 96
- Top = 24
- Width = 41
- Height = 22
- MaxValue = 10
- MinValue = 1
- TabOrder = 0
- Value = 1
- end
- end
- end
-